Upgrade axios: 0.26.0 → 0.27.2 (major) #40
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ axios (0.26.0 → 0.27.2) · Repo · Changelog
Release Notes
0.27.2
0.27.1
0.27.0
0.26.1
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 46 commits:
Releasing v0.27.2
Enhanced protocol parsing implementation to fix #4633; (#4639)
Fixed FormData posting in browser environment by reverting #3785; (#4640)
Combined build process and cleaned it up a bit
Fixing issues with bundle sizes
Fixed incorrect date in changelog
Merge branch 'master' of github.com:axios/axios
Releasing v0.27.1
Releasing v0.72.1
Remove eslint-g package as this seems have been added in error
Removed import of url module in browser build due to significant size overhead; (#4594)
Fixed date on chnagelog
Bump async from 2.6.3 to 2.6.4 (#4615)
Releaseing version 0.27.0
Revert some changes that are only required when we actually release
follow-redirects to ^1.14.9 (#4562)
Updated a number of out of date dev packages
Bump minimist from 1.2.5 to 1.2.6 (#4574)
Merge branch 'carpben-env-form-data'
Fixed merge conflicts
Merge branch 'Tivix-fix#1603'
Merge branch 'fix#1603' of https://github.com/Tivix/axios into Tivix-fix#1603
Fixed some imports that were not correct
Fixed merge conflicts
Bump minimist from 1.2.5 to 1.2.6 (#4566)
Merge branch 'master' of github.com:axios/axios
Fixing wrong link in changelog (#4551)
Fixed issues created when merging 0.26.1
multipart/form-data playground (#4465)
Improved FormData support; (#4448)
Update FUNDING.yml
Fixed errors when running tests
Removed all old error classes
Fixed merge conflict
Mended merge conflicts
Feat/circular deps (#4515) (#4516)
Update line on methods, update TS definition to allow strings (#3802)
Add AxiosInterceptorOptions to d.ts (#3800)
Adding baseURL to be used in getUri(), also removing question mark trimming since there seems to be no obvious reason for it. (#3737)
Returned error treated when requesting uncommon URL (#3544)
Adding support for beforeRedirect config option (#3852)
Fix FormData example (#4391)
Updated README example to be coherent with the CommonJS usage (#4418)
Bump karma from 6.3.14 to 6.3.16 (#4506)
Refactored project file structure to avoid circular imports; (#4220)
Bump url-parse from 1.5.4 to 1.5.10 (#4501)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands